home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Architecture: Form, Space & Order (3rd Edition)
/
Architecture.iso
/
swfs
/
m1_s1.swf
/
scripts
/
DefineButton2_35
/
BUTTONCONDACTION on(release, keyPress Space).as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2007-05-03
|
165 b
|
10 lines
on(release, keyPress "<Space>"){
if(_root.finished == true)
{
_root.gotoAndStop(2);
}
_root.play();
_root.playt = 1;
nextFrame();
}